-
Notifications
You must be signed in to change notification settings - Fork 21.8k
Update reliability-functions.md #126896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update reliability-functions.md #126896
Conversation
The minimum instances of Premium became two. Refer to: https://techcommunity.microsoft.com/blog/appsonazureblog/announcing-the-general-availability-of-new-availability-zone-features-for-azure-/4410904
@Sheegyy : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Tagging authors for this folder: @anaharris-ms, @johndowns |
@@Sheegyy - Please do NOT sign off on this pull request. The Reliability Hub owners will sign off for you. |
Learn Build status updates of commit 7714a2a: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
@anaharris-ms @johndowns - Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
@@ -118,7 +118,7 @@ There's no separate meter associated with enabling availability zones. Pricing f | |||
When you enable availability zones in an app with always-ready instance configuration of fewer than two instances for each [per-function scaling function or group](../azure-functions/flex-consumption-plan.md#per-function-scaling), the platform automatically creates two instances of the [always-ready](../azure-functions/flex-consumption-plan.md#always-ready-instances) type for each per-function scaling function or group. These new instances are also billed as always-ready instances. | |||
::: zone-end | |||
::: zone pivot="premium-plan" | |||
There's no extra cost associated with enabling availability zones. Pricing for a zone-redundant Premium App Service plan is the same as a single zone Premium plan. For each App Service plan you use, you're charged based on the SKU you choose, the capacity you specify, and any instances you scale to based on your autoscale criteria. If you enable availability zones on a plan with fewer than three instances, the platform enforces a minimum instance count of three for that App Service plan, and you're charged for all three instances. | |||
There's no extra cost associated with enabling availability zones. Pricing for a zone-redundant Premium App Service plan is the same as a single zone Premium plan. For each App Service plan you use, you're charged based on the SKU you choose, the capacity you specify, and any instances you scale to based on your autoscale criteria. If you enable availability zones on a plan with fewer than two instances, the platform enforces a minimum instance count of two for that App Service plan, and you're charged for all two instances. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's no extra cost associated with enabling availability zones. Pricing for a zone-redundant Premium App Service plan is the same as a single zone Premium plan. For each App Service plan you use, you're charged based on the SKU you choose, the capacity you specify, and any instances you scale to based on your autoscale criteria. If you enable availability zones on a plan with fewer than two instances, the platform enforces a minimum instance count of two for that App Service plan, and you're charged for all two instances. | |
There's no extra cost associated with enabling availability zones. Pricing for a zone-redundant Premium App Service plan is the same as a single zone Premium plan. For each App Service plan you use, you're charged based on the SKU you choose, the capacity you specify, and any instances you scale to based on your autoscale criteria. If you enable availability zones on a plan with fewer than two instances, the platform enforces a minimum instance count of two for that App Service plan, and you're charged for both instances. |
@anaharris-ms |
The minimum instances of Premium became two.
Refer to:
https://techcommunity.microsoft.com/blog/appsonazureblog/announcing-the-general-availability-of-new-availability-zone-features-for-azure-/4410904